SPB Git forge

spb/fetcha

Public
11commits 1branches 0releases
1.5 MBsize
maindefault branch
16 days agolast push
TypeScript 97.5% SQL 1.4% Python 0.8%
143 B · 5 lines typescript
Raw Blame History
1import { auth } from "@/lib/auth";2import { toNextJsHandler } from "better-auth/next-js";34export const { GET, POST } = toNextJsHandler(auth);5